home *** CD-ROM | disk | FTP | other *** search
- Path: mail2news.demon.co.uk!genesis.demon.co.uk
- From: Lawrence Kirby <fred@genesis.demon.co.uk>
- Newsgroups: comp.lang.c
- Subject: Re: Help! I need some libraries!
- Date: Sat, 24 Feb 96 16:17:17 GMT
- Organization: none
- Message-ID: <825178637snz@genesis.demon.co.uk>
- References: <312E4190.38FA@cts.com>
- Reply-To: fred@genesis.demon.co.uk
- X-NNTP-Posting-Host: genesis.demon.co.uk
- X-Newsreader: Demon Internet Simple News v1.27
- X-Mail2News-Path: genesis.demon.co.uk
-
- In article <312E4190.38FA@cts.com> provstu@cts.com "Cynthia" writes:
-
- >HElp!,
- >
- >I need these compiled libraries with all .obj,.lib,and .h
- >
- >ncfntl.h
- >malloc.h
- >memory.h
- >graph.h
- >bios.h
-
- Header files and libraries are by their nature highly system and compiler
- dependent. Unfortunately you haven't bothered to state what system/compiler
- you want them for. Determine that and then post your question to a newsgroup
- relevant to your particular system/compiler (it is off-topic for comp.lang.c).
-
- Typically the declarations/definittions provided in old malloc.h header
- files are available in stdlib.h on ANSI systems. Similarly memory.h is
- typically absorbed into string.h.
-
- --
- -----------------------------------------
- Lawrence Kirby | fred@genesis.demon.co.uk
- Wilts, England | 70734.126@compuserve.com
- -----------------------------------------
-